home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / tagbr.zip / READ.ME < prev    next >
Text File  |  1993-04-22  |  1KB  |  37 lines

  1. TAGG-ABLE TBROWSE
  2. 9/15/92
  3.  
  4.  
  5. If you're like me, you've come across numerous times when you use
  6. TBrowse to create a pick-list for your end users.  I've always
  7. wanted to be able to give them a nice check mark next to selected
  8. items, and even change the color to indicate checked items.
  9.  
  10. I haven't seen anything like that, and have been told it might only
  11. be possible using an OOP class extension library.  But it is
  12. possible to do in native Clipper.  The program TAGBROW returns an
  13. array of the selected record numbers from the pick-list dbf.  These
  14. record numbers can then be used to bring up any fields from the
  15. selected dbf you wish.  And the array is only as big as the records
  16. selected! 
  17.  
  18. One point to remember, make sure the field name you send to the
  19. function TAGBROW() is a string (put it in quotes!).  This example
  20. only uses one field from a pick-list dbf, but can easily be
  21. modified to include multiple field columns.
  22.  
  23. There are four files included:
  24.  
  25.           READ.ME             // you're reading it
  26.           TAGBROW.CH          // header for prgs
  27.           TAGTEST.PRG         // test sample program
  28.           TAGBROW.PRG         // tagg-able browse object
  29.  
  30.  
  31. If you have any ideas or improvements, give me a holler. 
  32.  
  33. Thanks
  34.  
  35. Nick Solomon
  36. CIS: 71075,1331
  37.